projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
087249d
)
GtkStyle: translate active state in paint_flat_box().
author
Carlos Garnacho
<carlosg@gnome.org>
Sat, 23 Oct 2010 20:51:58 +0000
(22:51 +0200)
committer
Carlos Garnacho
<carlosg@gnome.org>
Sat, 4 Dec 2010 14:38:27 +0000
(15:38 +0100)
gtk/gtkstyle.c
patch
|
blob
|
history
diff --git
a/gtk/gtkstyle.c
b/gtk/gtkstyle.c
index 7e8906aad7be96b255f1676258b85d0d4eec9394..34f5d912bff345e7eccf563f560e2965098ee289 100644
(file)
--- a/
gtk/gtkstyle.c
+++ b/
gtk/gtkstyle.c
@@
-2599,6
+2599,9
@@
gtk_default_draw_flat_box (GtkStyle *style,
case GTK_STATE_INSENSITIVE:
flags |= GTK_STATE_FLAG_INSENSITIVE;
break;
+ case GTK_STATE_ACTIVE:
+ flags |= GTK_STATE_FLAG_ACTIVE;
+ break;
default:
break;
}